Participant

class Participant(val id: String)

Represents a meeting participant.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
val audioMutedState: ObservableValueWithOptional<MeetingService.MuteState>

observable to distinguish whether remote muted or locally muted

Link copied to clipboard

property to identify if this participant is video connection capable

Link copied to clipboard
val id: String

GUID / participant identifier

Link copied to clipboard

participant audio mute state

Link copied to clipboard

true if participant is moderator else false

Link copied to clipboard

is self participant

Link copied to clipboard

participant video mute state

Link copied to clipboard

participant name

Link copied to clipboard
val videoMutedState: ObservableValueWithOptional<MeetingService.MuteState>

observable to distinguish whether video is remotely turned off or locally turned off